www
/
wwwroot
/
magazinmiorita.be
➕ New
📤 Upload
✎ Editing:
page.php
← Back
<?php ob_start(); include('includes/inc.config.php'); include('header.php'); $page_results = array(); $page = $database->execute(" SELECT * FROM `pages` where type='page' and id = '".$_GET['id']."' "); while($row = $database->fetch($page)){ $page_results[] = $row; } $smarty->assign("page", $page_results); $smarty->display('page.tpl'); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel