old setup path
This commit is contained in:
@@ -12,22 +12,15 @@ 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/');
|
||||
define('PDFPATH', '/pdf/');
|
||||
define('PGPATH', '/pages/');
|
||||
}
|
||||
else {
|
||||
define('PDFSOURCE', SITEPATH.'pub/files/source/');
|
||||
else
|
||||
define('PDFSOURCE', SITEPATH.'pub/source/');
|
||||
|
||||
define('PDFPATH', '/pub/files/pdf/');
|
||||
define('PGPATH', '/pub/files/pages/');
|
||||
}
|
||||
|
||||
|
||||
define('PDFDIR', SITEPATH.'/pub/files/pdf/');
|
||||
define('PGDIR', SITEPATH.'/pub/files/pdf/');
|
||||
|
||||
|
||||
define('PDFDIR', SITEPATH.PDFPATH);
|
||||
define('PGDIR', SITEPATH.PGPATH);
|
||||
|
||||
define('APPPATH', SITEPATH);
|
||||
define('VIEWPATH', SITEPATH.'views/');
|
||||
|
||||
Reference in New Issue
Block a user