Needs to be enclosed in PHP tags

This commit is contained in:
Matt Pass
2015-05-22 19:14:48 +01:00
parent 379026143f
commit 2dc72de62b

View File

@@ -1,3 +1,4 @@
<?php
$newConfigSettingsFile = '<?php
// ICEcoder system settings
$ICEcoderSettings = array(
@@ -15,4 +16,5 @@ $ICEcoderSettings = array(
"newFilePerms" => 644,
"enableRegistration" => true
);
?>';
?>';
?>