aboutsummaryrefslogtreecommitdiff
path: root/www/privatebin/files/patch-index.php
blob: 6f65db8596bc54179a8ab4f497e3c717a5e5baeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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';