c0detweaker
New Member
- May 14, 2013
- 12
- 1
Okay I made myself admin via the database and the housekeeping won't show up on the tabs, and when I try to access it manually like
"
It gives me:
And I went to line 45 and this is whats all around it..
Any help?
"
You must be registered for see links
"It gives me:
Code:
Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\app\tpl\class.html.php on line 45
And I went to line 45 and this is whats all around it..
Code:
if(file_exists('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php'))
{
ob_start();
require_once('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php');
$this->html .= ob_get_contents();
ob_end_clean();
$this->setHTML();
}
Any help?