mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
added autoloading, configurable paste size limit, changed JS to calculate localized comment times instead of UTC
This commit is contained in:
parent
5d6401b44d
commit
edf95ff56d
14 changed files with 207 additions and 91 deletions
|
|
@ -12,5 +12,6 @@
|
|||
|
||||
// change this, if your php files and data is outside of your webservers document root
|
||||
define('PATH', '');
|
||||
require_once PATH . 'lib/zerobin.php';
|
||||
|
||||
require PATH . 'lib/auto.php';
|
||||
new zerobin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue