PrivateBin/index.php

19 lines
482 B
PHP
Raw Normal View History

2012-04-22 03:59:45 +08:00
<?php
/**
2016-07-11 17:58:15 +08:00
* PrivateBin
*
* a zero-knowledge paste bin
*
2016-07-11 17:58:15 +08:00
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
2016-05-21 15:15:52 +08: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 17:58:15 +08:00
new privatebin;