Fix install php interface
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
function configure() {
|
||||
option('env', ENV_PRODUCTION);
|
||||
option('debug', false);
|
||||
option('base_uri', '/');
|
||||
option('base_uri', '<TPL:NGINX_LOCATION>/');
|
||||
layout("layout.html.php");
|
||||
define('PUBLIC_DIR', '/public');
|
||||
define('PUBLIC_DIR', '<TPL:NGINX_LOCATION>/public');
|
||||
}
|
||||
|
||||
// Not found page
|
||||
|
Reference in New Issue
Block a user