Thread Rating:
  • 4 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get simple 3.3.16 support for php 8.0
#78
To vanfruniken:
Hi,
that's easy help. In the admin/theme-edit.php file, find the section
PHP Code:
# save the modified template file
$SavedFile $_POST['edited_file'];
// $FileContents = get_magic_quotes_gpc() ? stripslashes($_POST['content']) : $_POST['content'];
$FileContents stripslashes($_POST['content']); 
and change the last line to
PHP Code:
$FileContents $_POST['content']; 
Well, that's all.
Reply


Messages In This Thread
RE: Get simple 3.3.16 support for php 8.0 - by strasidlo - 2022-12-15, 07:00:00



Users browsing this thread: 1 Guest(s)