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.php
<?php include("FCKeditor/fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <?php include_once("db_connect_incl.php"); include_once("auth_incl.php"); include_once("settings_incl.php"); $section=$_GET['section']; if ($rez<50) {exit();}; ?> <html> <head> <title>Лаборатория Химии Координационных Соединений</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <link href="stylesheet.css" rel="stylesheet" type="text/css"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <form action="edit_page_apply.php<?php echo ("?section=$section$add"); ?>" method="post"> <?php $text=""; $f=file("index${'section'}_incl.php"); for ($i=0; $i < sizeof($f); $i++) { $text=$text.$f[$i]; } $oFCKeditor = new FCKeditor('text'); $oFCKeditor->BasePath = 'FCKeditor/'; $oFCKeditor->Value = "$text"; $oFCKeditor->Width = 815; $oFCKeditor->Height = 700; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html>
Save
Cancel