This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
paste-manager/common.php

7 lines
87 B
PHP
Raw Normal View History

2012-01-18 23:23:08 +00:00
<?php
define("DESTINATION", "../files/");
define("GESHI_DIR", "../geshi/geshi/");
?>