mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Set doNext if not available
This commit is contained in:
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "DELETED >>> ".date("D dS M Y h:i:sa").": ".$fileLoc."/".$fileName."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('deleted');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "MOVED >>> ".date("D dS M Y h:i:sa").": ".$fileLoc."/".$fileName."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('moved');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "PASTE >>> ".date("D dS M Y h:i:sa").": ".$dest."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('pasted');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "PERMS >>> ".date("D dS M Y h:i:sa").": ".$fileLoc."/".$fileName." = ".$_GET['perms']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('perms changed');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "RENAMED >>> ".date("D dS M Y h:i:sa").": ".$fileLoc."/".$fileName."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('renamed');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "REPLACED TEXT >>> ".date("D dS M Y h:i:sa").": ".$_GET['fileRef']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('renamed');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -52,5 +52,8 @@ if (strtolower($fileExt) == "less" && file_exists(dirname(__FILE__)."/../plugins
|
||||
}
|
||||
}
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('saved');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "UPLOAD >>> ".date("D dS M Y h:i:sa").": ".($uploads[0]->name)."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('uploaded');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "GET REMOTE FILE >>> ".date("D dS M Y h:i:sa").": ".$file."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('got remote file');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "NEW DIR >>> ".date("D dS M Y h:i:sa").": ".$fileLoc."/".$fileName."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('new dir');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "FAIL ".date("D dS M Y h:i:sa").": ".$_POST['username']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('user login failed');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "login ".date("D dS M Y h:i:sa").": ".$_SESSION['username']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('logged in');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "logout ".date("D dS M Y h:i:sa").": ".$_SESSION['username']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('logout');";
|
||||
$doNext .= "";
|
||||
|
||||
@@ -9,5 +9,8 @@ if (!isset($_SESSION['loggedIn'])) {
|
||||
// fwrite($fh, "NEW >>> ".date("D dS M Y h:i:sa").": ".$_SESSION['username']."\n");
|
||||
// fclose($fh);
|
||||
|
||||
if (false === isset($doNext)) {
|
||||
$doNext = "";
|
||||
}
|
||||
// If JS is needed, add within $doNext string below, eg $doNext .= ";alert('new user');";
|
||||
$doNext .= "";
|
||||
|
||||
Reference in New Issue
Block a user