add readbook
This commit is contained in:
@@ -12,10 +12,13 @@ if (isset($_SERVER['HTTP_HOST']))
|
||||
else
|
||||
define('SITEPATH', dirname(__FILE__));
|
||||
|
||||
if (SITE == 'http://klan.argumenti.ru/')
|
||||
if (SITE == 'http://klan.argumenti.ru/'){
|
||||
define('PDFSOURCE', '/vhosts/an/httpdocs/pub/files/pdf/pdf/');
|
||||
else
|
||||
define('PDFSOURCE', SITEPATH.'pub/source/');
|
||||
define('HTMLSOURCE', '/vhosts/an/httpdocs/pub/files/html/');
|
||||
}
|
||||
else {
|
||||
define('PDFSOURCE', SITEPATH.'pub/source/');
|
||||
}
|
||||
|
||||
define('PDFPATH', '/pub/files/pdf/');
|
||||
define('PGPATH', '/pub/files/pages/');
|
||||
|
||||
Reference in New Issue
Block a user