Update 'sc.php'

This commit is contained in:
Malin
2016-10-12 09:25:18 +02:00
parent 3cd8ba54de
commit ce2d763a6c

17
sc.php
View File

@@ -1,20 +1,11 @@
<?php
/* Made by Malin Cenusa
June 2016 - v3.9.6
TODO:
- clear error logs
- add chown
- add suspicious plugins - done for WP
- add resource hogs - done for WP
- code cleanup
/* Moved to the README.md*/
*/
$version = "v3.9.6";
$released = "June/16";
$version = "v4.0.0";
$released = "October/16";
$author = "Malin Cenusa";
$mail = "malin.cenusa@lunarpages.com";
$ip = "141.105.110.133";
$ip = "84.124.94.176";
$error = "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes)";
?>