Rename include/db.php to include/query.php, all of the functions in db.php were named query_*(). Rename test_db.php to
test_query.php to match the rename of include/db.php. Modify include/incl.php to include query.php instead of db.php
This commit is contained in:
@@ -9,7 +9,7 @@ error_reporting(E_ALL ^ E_NOTICE);
|
||||
|
||||
include_once("test_user.php");
|
||||
echo "\n";
|
||||
include_once("test_db.php");
|
||||
include_once("test_query.php");
|
||||
echo "\n";
|
||||
include_once("test_image.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user