This commit is contained in:
Sorata-Senpai 2020-11-25 04:22:12 +01:00
parent c403624245
commit 75fc4a562a

View File

@ -11,7 +11,8 @@
*/ */
// change this, if your php files and data is outside of your webservers document root // change this, if your php files and data is outside of your webservers document root
define('PATH', ''); putenv('CONFIG_PATH=/var/www/html/aki/Website/pastebin/cfg/conf.php');
define('PATH', '/var/www/html/aki/Website/pastebin/');
define('PUBLIC_PATH', __DIR__); define('PUBLIC_PATH', __DIR__);
require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';