Files
ports/www/privatebin/files/patch-index.php
T
Stefan Eßer ba7747bf2d New port of a simple paste-bin server. Files are AES encrypted on the
originating web-browser using Javascript.

Approved by:	antoine (mentor)
2017-11-03 16:27:30 +00:00

11 lines
325 B
PHP

--- index.php.orig 2017-10-08 10:27:37 UTC
+++ index.php
@@ -12,6 +12,7 @@
// change this, if your php files and data is outside of your webservers document root
define('PATH', '');
+define('DATADBDIR', '%%DATADBDIR%%');
define('PUBLIC_PATH', __DIR__);
require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';