Revision 78 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php//$URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/common.php $ last modified in Revision $Rev: 70 $ by $Author: lars $ at $Date: 2007-07-14 20:59:17 +0200 (Sa, 14. Jul 2007) $//Smartyrequire("libs/Smarty.class.php");$smarty=new Smarty();if (strtolower($_SERVER["PHP_AUTH_USER"])!="ltiefland"){$smarty->assign("meld","Ein Fehler ist aufgetreten!");$smarty->assign("db_meld","Du bist nicht berechtigt diese Seite zu sehen!");$smarty->assign("error",true);$smarty->display("meld.tpl");exit;}//PEARrequire("MDB2.php");require_once("../functions.php");$dsn="mysqli://root:NcC2007@127.0.0.1/webhosting";$db=MDB2::connect($dsn,array());?>