summaryrefslogtreecommitdiff
path: root/index-test.php
diff options
context:
space:
mode:
authorastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:42:13 +0200
committerastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:42:13 +0200
commit1489c096b805f34cd96c18c21ec649c52ef021b9 (patch)
tree86c3a095e7a36d9d927e08826edd48a2fe522b90 /index-test.php
parentabbb5cf76066dcc304370c4587bfb55545ca4a40 (diff)
Stand Produktion
Diffstat (limited to 'index-test.php')
-rw-r--r--index-test.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/index-test.php b/index-test.php
deleted file mode 100644
index e017aae..0000000
--- a/index-test.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * This is the bootstrap file for test application.
- * This file should be removed when the application is deployed for production.
- */
-
-// change the following paths if necessary
-$yii=dirname(__FILE__).'/../yii-framework/framework/yii.php';
-$config=dirname(__FILE__).'/protected/config/test.php';
-
-// remove the following line when in production mode
-defined('YII_DEBUG') or define('YII_DEBUG',true);
-
-require_once($yii);
-Yii::createWebApplication($config)->run();