reference/yaf/yaf_application/bootstrap.xml
73fae4ee51b644b72028e610abefefced57c18ad
...
...
@@ -72,8 +72,8 @@ class Bootstrap extends Yaf_Bootstrap_Abstract {
72
72
<![CDATA[
73
73
<?php
74
74

75
-
defined('APPLICATION_PATH') // APPLICATION_PATH will be used in the ini config file
76
-
|| define('APPLICATION_PATH', __DIR__)); //__DIR__ was introduced after PHP 5.3
75
+
defined('APPLICATION_PATH') // APPLICATION_PATH will be used in the ini config file
76
+
|| define('APPLICATION_PATH', __DIR__);
77
77

78
78
$application = new Yaf_Application(APPLICATION_PATH.'/conf/application.ini');
79
79
$application->bootstrap();
80
80