Split it up a bit more and added a way to find and edit posts
This commit is contained in:
12
includes/config.php
Normal file
12
includes/config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// MySQL config options
|
||||
$host = "localhost";
|
||||
$database = "test_db";
|
||||
$user = "test_db";
|
||||
$password = "test_pw";
|
||||
|
||||
// How many posts do we want on each page
|
||||
$posts_per_page = 5;
|
||||
|
||||
?>
|
Reference in New Issue
Block a user