owls
diff Owls.php @ 13:3e3fa7725abb
reorganized filesystem strukture
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 02:37:55 +0200 |
parents | 682b4a24469c |
children | cebc198276eb |
line diff
1.1 --- a/Owls.php Sun May 27 02:28:20 2007 +0200 1.2 +++ b/Owls.php Sun May 27 02:37:55 2007 +0200 1.3 @@ -6,8 +6,8 @@ 1.4 define('TITLE', $title); 1.5 1.6 require_once $db_connect; 1.7 - require_once 'Includes/Loginsys.class.php'; 1.8 - include_once 'Includes/Bbcodeparser.inc.php'; 1.9 + require_once 'Loginsys.class.php'; 1.10 + include_once 'Bbcodeparser.inc.php'; 1.11 1.12 $lsys = &new Loginsys(); 1.13 1.14 @@ -143,7 +143,7 @@ 1.15 } 1.16 1.17 // print nav 1.18 - include 'Includes/Nav.inc.php'; 1.19 + include 'Nav.inc.php'; 1.20 1.21 1.22 1.23 @@ -255,7 +255,7 @@ 1.24 */ 1.25 function edit($lsys) { 1.26 1.27 - include 'Includes/Nav.inc.php'; 1.28 + include 'Nav.inc.php'; 1.29 1.30 $sql = "select * from ". DB_PREFIX ."Owls where id=$_GET[id]"; 1.31 $result = mysql_query($sql) or die(mysql_error());