fixed missing DB on "clear log" cron function

This commit is contained in:
Exodus4D
2015-10-26 21:11:40 +01:00
parent 7d0a28f507
commit f0de974f58
32 changed files with 17 additions and 783 deletions

View File

@@ -322,4 +322,12 @@ class Controller {
die();
}
/**
* Callback for framework "unload"
* -> config.ini
*/
public function unload(){
}
}