Add a new tag to hide a paste on the main page

This commit is contained in:
Némunaire 2012-02-29 14:41:00 +01:00
commit a6a87b6f8a
5 changed files with 23 additions and 8 deletions

View file

@ -1,12 +1,12 @@
<?php
// The directory where code will be stored
define("DESTINATION", "../files/");
define("DESTINATION", __dir__."/files/");
if (!is_writable(DESTINATION))
die ("Destination folder not writable");
// Path to the GeSHi languages
define("GESHI_DIR", "../geshi/geshi/");
define("GESHI_DIR", __dir__."/geshi/geshi/");
// The size of the generated identifier