Mercurial > 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 wrap: on
line diff
--- a/Owls.php Sun May 27 02:28:20 2007 +0200 +++ b/Owls.php Sun May 27 02:37:55 2007 +0200 @@ -6,8 +6,8 @@ define('TITLE', $title); require_once $db_connect; - require_once 'Includes/Loginsys.class.php'; - include_once 'Includes/Bbcodeparser.inc.php'; + require_once 'Loginsys.class.php'; + include_once 'Bbcodeparser.inc.php'; $lsys = &new Loginsys(); @@ -143,7 +143,7 @@ } // print nav - include 'Includes/Nav.inc.php'; + include 'Nav.inc.php'; @@ -255,7 +255,7 @@ */ function edit($lsys) { - include 'Includes/Nav.inc.php'; + include 'Nav.inc.php'; $sql = "select * from ". DB_PREFIX ."Owls where id=$_GET[id]"; $result = mysql_query($sql) or die(mysql_error());