Файловый менеджер - Редактировать - /home/umudio/public_html/repo/sample2.php.tar
Назад
home/umudio/public_html/OLD/sample2.php 0000644 00000001166 14773625624 0014016 0 ustar 00 <?php include("Connecter/dataconn.php"); ?> <!doctype html> <html> <head> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content for this page begins here--> Content please <!--Content for this page ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html>