Hello, I was browsing through PHPRetro looking for exploits when I spottedApparently it's used for when you install phpretro but i'm not sure if this is used anywhere else in the CMS.PHP Code:function delete1(){
@$GLOBALS['serverdb']->query("TRUNCATE TABLE users");
}
What do you think?
Edit: After reading through the code again, I noticed that Yifan left a note..
I'm pretty sure you have to delete the install functions after you install the cms.
"//You may delete the installer_sql(); class after installing"
So id probably recommend deleting the install functions.

