Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions weblogpro.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function mysql_like_quote($str)
}
function addsa_all()
{
if (!get_magic_quotes_gpc())
if (PHP_VERSION >= 6 || !get_magic_quotes_gpc())
{
if (!empty($_GET))
{
Expand Down Expand Up @@ -537,7 +537,7 @@ function del_evil($buffer){
echo $this_SalT_hhhaaaa_Db_p->lastErrorMsg();
} else {
echo "Opened database successfully\n";
mkdir(salt_THIs_iS_Web_Dir.LogGer_Web_DiR,0777,ture);
mkdir(salt_THIs_iS_Web_Dir.LogGer_Web_DiR,0777,true);
echo "web dir created seccessfully\n";
file_put_contents(salt_THIs_iS_Web_Dir.LogGer_Web_DiR."/index.html", "afjwodmcswqod",FILE_APPEND);

Expand Down