index.php 443 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * ZeroBin
  4. *
  5. * a zero-knowledge paste bin
  6. *
  7. * @link http://sebsauvage.net/wiki/doku.php?id=php:zerobin
  8. * @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
  9. * @license http://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
  10. * @version 0.17
  11. */
  12. // change this, if your php files and data is outside of your webservers document root
  13. define('PATH', '');
  14. require PATH . 'lib/auto.php';
  15. new zerobin;