require ()'s now work from anywhere

This commit is contained in:
zone
2001-06-27 22:06:21 +00:00
parent eadda85332
commit 76a739dba1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?php
require ("./inc/main.inc.php");
require (PHPGW_APP_INC . "/main.inc.php");
?>