paste.chapril.org-privatebin/index.php

19 lines
481 B
PHP
Raw Normal View History

2012-04-21 21:59:45 +02:00
<?php
/**
2016-07-11 11:58:15 +02:00
* PrivateBin
*
* a zero-knowledge paste bin
*
2016-07-11 11:58:15 +02:00
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license http://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
2016-05-21 09:15:52 +02:00
* @version 0.22
*/
// change this, if your php files and data is outside of your webservers document root
define('PATH', '');
define('PUBLIC_PATH', dirname(__FILE__));
require PATH . 'lib/auto.php';
2016-07-11 11:58:15 +02:00
new privatebin;