Server IP : 162.0.215.10 / Your IP : 3.21.163.198 Web Server : LiteSpeed System : Linux premium181.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : alfhgysd ( 724) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alfhgysd/gadett-qa.store/controlPanel/ |
Upload File : |
<?php include "master.php"; ?> <div class="row"> <div class="col-sm-12"> <div class="card-box table-responsive"> <h4 class="header-title m-t-0 m-b-30">الروابط المخفية </h4> <table id="datatable" class="table table-striped table-bordered" style="text-align: center;"> <thead> <tr> <th style="text-align: center;">#</th> <th style="text-align: center;">اسم الصفحة</th> <th style="text-align: center;">الدخول للرابط </th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td> صفحة الاعدادات</td> <td> <a href="setting.php">مشاهدة الصفحة</a> </td> </tr> <tr> <th scope="row">2</th> <td> من نحن و الاسترجاع و الاسترداد </td> <td> <a href="pages.php">مشاهدة الصفحة</a> </td> </tr> <tr> <th scope="row">3</th> <td> القوائم بالصفحة الرئيسية </td> <td> <a href="main_cats_index.php">مشاهدة الصفحة</a> </td> </tr> <tr> <th scope="row">4</th> <td> الصور في الفوتر </td> <td> <a href="images_index.php">مشاهدة الصفحة</a> </td> </tr> <tr> <th scope="row">5</th> <td> الصورة بالاول </td> <td> <a href="slider.php">مشاهدة الصفحة</a> </td> </tr> </tbody> </table> </div> </div><!-- end col --> </div> <!-- end row --> <?php include "footer.php"; ?>