📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
270.57 KB
0644
🗑️
⬇️
✏️
🔒
Editing: decide.php
<?php include "connect_to_mysqli.php"; $path = __DIR__ . "/tmp_sessions"; // Create folder if missing if (!is_dir($path)) { mkdir($path, 0700, true); } session_save_path($path); $usd = $_POST['ordid']; $dadd = $_POST['stus']; if ($dadd == "Success") { session_start(); $_SESSION['idel']=$usd; echo header("location:pus.php"); } else if($dadd == "Failed") { session_start(); $_SESSION['idel']=$usd; echo header("location:fap.php"); } else if($dadd == "Assign") { session_start(); $_SESSION['idel']=$usd; echo header("location:ass.php"); } else if($dadd == "With") { session_start(); $_SESSION['idel']=$usd; echo header("location:wale.php"); } ?>
💾 Save Changes