PHP header('location: install') | problem require in another files

后端 未结 0 578
小鲜肉
小鲜肉 2020-12-19 19:14

I have a file: config.php Code:

if($config_is_ok !== true) {
  exit(header(\'location:install\'));
}

I use the config.php file in several fil

相关标签:
回答
  • 消灭零回复
提交回复
热议问题