瀏覽代碼

The `require_once` is not needed; the autoloader is already loaded

Gerard Roche 11 年之前
父節點
當前提交
c7b040aa3f
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      php-zend-framework1/public/index.php

+ 0 - 3
php-zend-framework1/public/index.php

@@ -10,9 +10,6 @@ defined('APPLICATION_ENV')
 
 set_include_path(realpath(dirname(__FILE__) . '/../vendor/zendframework/zendframework1/library'));
 
-/** Zend_Application */
-require_once 'Zend/Application.php';
-
 // Create application, bootstrap, and run
 $application = new Zend_Application(
     APPLICATION_ENV,