mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Test system using settings file in data dir
This commit is contained in:
2
test.php
2
test.php
@@ -64,7 +64,7 @@ echo '<b>TEST 3 of 3: Includes:</b><br>Attempt to include settings file:<br><br>
|
||||
$configSettings = 'config___settings.php';
|
||||
|
||||
// Load config settings
|
||||
include(dirname(__FILE__)."/lib/".$configSettings);
|
||||
include(dirname(__FILE__)."/data/".$configSettings);
|
||||
|
||||
echo "This version of ICEcoder is: ".$ICEcoderSettings['versionNo']."<br><br>";
|
||||
echo '<b>TEST RESULT:</b> ';
|
||||
|
||||
Reference in New Issue
Block a user