mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
moving Debug.php to dev folder
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@55813 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4850b6abb5
commit
327b4610d5
@ -4,34 +4,7 @@
|
|||||||
* @subpackage testing
|
* @subpackage testing
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
$dir = dirname(dirname((__FILE__)));
|
|
||||||
$_SERVER['SCRIPT_FILENAME'] = "$dir/main.php";
|
|
||||||
chdir($dir);
|
|
||||||
|
|
||||||
require_once 'core/Core.php';
|
|
||||||
require_once("core/ManifestBuilder.php");
|
|
||||||
require_once("core/ClassInfo.php");
|
|
||||||
require_once('core/Object.php');
|
|
||||||
require_once('core/control/Director.php');
|
|
||||||
require_once('filesystem/Filesystem.php');
|
|
||||||
require_once("core/Session.php");
|
|
||||||
|
|
||||||
$envFiles = array('../_ss_environment.php', '../../_ss_environment.php', '../../../_ss_environment.php');
|
|
||||||
foreach($envFiles as $envFile) {
|
|
||||||
if(@file_exists($envFile)) {
|
|
||||||
include($envFile);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once(MANIFEST_FILE);
|
|
||||||
print_r($_CLASS_MANIFEST);
|
|
||||||
|
|
||||||
if(ManifestBuilder::staleManifest()) ManifestBuilder::compileManifest();
|
|
||||||
|
|
||||||
require_once(MANIFEST_FILE);
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user