Browse Source

Including approot is not needed here !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1032 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
fc5468a569
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/ajaxwebpage.class.inc.php

+ 0 - 1
application/ajaxwebpage.class.inc.php

@@ -24,7 +24,6 @@
  * @license     http://www.opensource.org/licenses/gpl-3.0.html LGPL
  * @license     http://www.opensource.org/licenses/gpl-3.0.html LGPL
  */
  */
 
 
-require_once('../approot.inc.php');
 require_once(APPROOT."/application/webpage.class.inc.php");
 require_once(APPROOT."/application/webpage.class.inc.php");
  
  
 class ajax_page extends WebPage
 class ajax_page extends WebPage