Browse Source

Disable pastebin, for now

pull/12/head
falkTX 6 years ago
parent
commit
79ec4ab1a2
2 changed files with 5 additions and 0 deletions
  1. +2
    -0
      paste/download.php
  2. +3
    -0
      paste/index.php

+ 2
- 0
paste/download.php View File

@@ -1,3 +1,5 @@
<?php die("KXStudio pastebin is temporarily disabled"); ?>

<?php

if (file_exists("/home/sites/kxstudio.linuxaudio.org/docroot/paste/")) {


+ 3
- 0
paste/index.php View File

@@ -1,4 +1,7 @@
<?php die("KXStudio pastebin is temporarily disabled"); ?>

<?php

include_once("geshi.php");

if (file_exists("/home/sites/kxstudio.linuxaudio.org/docroot/paste/")) {


Loading…
Cancel
Save