BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
📤 Upload
📝 New File
📁 New Folder
Close
Editing: edit_page_apply.php
<?php include_once("db_connect_incl.php"); include_once("auth_incl.php"); include_once("settings_incl.php"); $section=$_GET['section']; if ($rez<50) {exit();}; $text=$_POST['text']; $text=stripslashes($text); if ($text=="") {$text=" ";}; $h = fopen("index${'section'}_incl.php", "w+"); fwrite($h,$text); Header("Location:http://$domain/index.php?section=$section$add"); ?>
Save
Cancel