diff --git a/nextrip.php b/nextrip.php index a90d13d..00ef049 100644 --- a/nextrip.php +++ b/nextrip.php @@ -1,30 +1,36 @@ - -*/ ?> - + + */ + + // Return source code + if(isset($_GET['source'])) { + header("Content-Type: text/plain"); + die(file_get_contents(basename($_SERVER['PHP_SELF']))); + } +?>
@@ -46,9 +52,6 @@