add price
This commit is contained in:
@@ -3,5 +3,14 @@
|
||||
ini_set('display_errors','off');
|
||||
error_reporting(E_ALL);
|
||||
|
||||
define('SITE', 'http://'.$_SERVER['HTTP_HOST'].'/');
|
||||
define('SITEPATH', $_SERVER['DOCUMENT_ROOT'].'/');
|
||||
if (isset($_SERVER['HTTP_HOST']))
|
||||
define('SITE', 'http://'.$_SERVER['HTTP_HOST'].'/');
|
||||
|
||||
if (isset($_SERVER['HTTP_HOST']))
|
||||
define('SITEPATH', $_SERVER['DOCUMENT_ROOT'].'/');
|
||||
else
|
||||
define('SITEPATH', dirname(__FILE__));
|
||||
|
||||
db_config('argumentiru', 'mysql:host=mysql;dbname=argumentiru', 'newser', 'Chjk90yuiREY');
|
||||
db_config('reader', 'mysql:host=mysql;dbname=argumentiru', 'reader', 'ghjyjkUIOhg56Fh');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user