Delete pagination
This commit is contained in:
2017-02-02 06:46:43 +01:00
parent fa176aba46
commit 3b26d798a9
19 changed files with 3121 additions and 350 deletions

11
-child/db.php Executable file
View File

@@ -0,0 +1,11 @@
<?php
$db_host = "localhost";
$db_username = "root";
$db_password = "sncfp1p2";
$db_name = "zenphoto";
$prefix = "";
/*
$bd = mysql_connect($mysql_hostname, $mysql_user, $mysql_password) or die("Opps some thing went wrong");
mysql_select_db($mysql_database, $bd) or die("Opps some thing went wrong");
*/
?>