removed some issues that happened due to cleanup!

main
hecht 13 years ago
parent 14bf0944c7
commit 8af6f264fa

@ -7,7 +7,6 @@
*/
include_once('path.inc.php'); // get the path ;)
include_once (ROOT_PATH . '/include/config/db.inc.php');
include_once (ROOT_PATH . '/include/config/speed_config.inc.php');
include_once (ROOT_PATH . '/include/designfunctions.inc.php');
include_once (ROOT_PATH . '/include/fehlerausgabe.inc.php');
include_once (ROOT_PATH . '/include/parse.inc.php');

@ -146,7 +146,6 @@ if ($name AND $passwort) {
<a href=index.php?as=login>Login</a><br>
<a href=index.php?as=aktiv>Account Aktivieren</a><br>
<a href=index.php?as=pw>Passwort Vergessen?</a><br>
<a href=index.php?as=info/logs>Login Probleme?</a><br>
";
}
$active = mysql_fetch_assoc(mysql_query('select count(*) as anzahl from user where online_zeit between TIMESTAMPADD(DAY, -7, now()) and now()'));

@ -5,6 +5,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
*
*/
include_once('path.inc.php'); // get the path ;)
include_once(ROOT_PATH.'/include/config.inc.php');
include_once(ROOT_PATH.'/include/char.inc.php');
include_once(ROOT_PATH.'/include/designfunctions.inc.php');

Loading…
Cancel
Save