Poprawki w PHP i ścieżki do katalogu
git-svn-id: https://svn.pioder.pl/sg-svn@13 3ed2631f-fe0d-47e0-9194-a46bc0f18ee8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
define('PERPAGE', 12);
|
||||
define('DB_HOST', '');
|
||||
define('DB_NAME', '');
|
||||
define('DB_USER', '');
|
||||
define('DB_PASS', '');
|
||||
?>
|
||||
<?php
|
||||
define('PERPAGE', 12);
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_NAME', 'galeria');
|
||||
define('DB_USER', 'root');
|
||||
define('DB_PASS', '');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user