Working paste manager

This commit is contained in:
root 2012-01-19 00:23:08 +01:00
commit e77133c393
220 changed files with 60699 additions and 0 deletions

7
common.php Normal file
View file

@ -0,0 +1,7 @@
<?php
define("DESTINATION", "../files/");
define("GESHI_DIR", "../geshi/geshi/");
?>