ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/profiles
/
home
mhhtmff
profiles
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
assets
-
chmod
Open
Rename
Delete
documents
-
chmod
Open
Rename
Delete
images
-
chmod
Open
Rename
Delete
src
-
chmod
Open
Rename
Delete
videos
-
chmod
Open
Rename
Delete
.htaccess
109 B
chmod
View
DL
Edit
Rename
Delete
index.php
1.27 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/profiles/index.php
<?php session_start(); ?> <html> <head> <title>N-Hub Profiles</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <link rel="stylesheet" href="assets/css/main.css" /> <link rel="icon" href="images/favicon.ico" type="image/x-icon"> <noscript> <link rel="stylesheet" href="assets/css/noscript.css" /> </noscript> </head> <body class="is-preload"> <!-- Wrapper --> <div id="wrapper" style="min-height: 70vh;"> <?php if (!isset($_GET["h"])) { echo "Error: you do not have permission to access this page!"; } else { require "src/php/Permissions.php"; require "src/php/Business_profiles_view.php"; $permissions = new Permissions(); if (!$permissions->check_permissions($_GET["h"])) { header("location: https://www.n-hub.com"); } else { $profile = new Business_profiles_view(); echo $profile->get_business_profiles_view(); } } ?> </div> <!-- BG --> <div id="bg"></div> <!-- Scripts --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/browser.min.js"></script> <script src="assets/js/breakpoints.min.js"></script> <script src="assets/js/util.js"></script> <script src="assets/js/main.js"></script> </body> </html>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply