Renamed classes for full PSR-2 compliance, some cleanup
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
// change this, if your php files and data is outside of your webservers document root
|
||||
define('PATH', '');
|
||||
|
||||
define('PUBLIC_PATH', dirname(__FILE__));
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
new PrivateBin\privatebin;
|
||||
define('PUBLIC_PATH', __DIR__);
|
||||
require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
new PrivateBin\PrivateBin;
|
||||
|
||||
Reference in New Issue
Block a user