mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Needs to be enclosed in PHP tags
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
$newConfigSettingsFile = '<?php
|
||||
// ICEcoder system settings
|
||||
$ICEcoderSettings = array(
|
||||
@@ -15,4 +16,5 @@ $ICEcoderSettings = array(
|
||||
"newFilePerms" => 644,
|
||||
"enableRegistration" => true
|
||||
);
|
||||
?>';
|
||||
?>';
|
||||
?>
|
||||
Reference in New Issue
Block a user