Merge code from github to bitbucket 2014-08-14
This commit is contained in:
@@ -473,7 +473,7 @@ if (Bootstrap::isPMUnderUpdating()) {
|
||||
|
||||
// verify if index.html exists
|
||||
if (! file_exists( PATH_HTML . 'index.html' )) { // if not, create it from template
|
||||
file_put_contents( PATH_HTML . 'index.html', Bootstrap::parseTemplate( PATH_TPL . 'index.html', array ('lang' => SYS_LANG,'skin' => SYS_SKIN
|
||||
file_put_contents( PATH_HTML . "index.html", Bootstrap::parseTemplate( PATH_TPL . "index.html", array ("lang" => ((defined("SYS_LANG") && SYS_LANG != "")? SYS_LANG : "en"), "skin" => SYS_SKIN
|
||||
) ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user