summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
authorUrban Müller2021-02-10 18:00:57 +0100
committerUrban Müller2021-02-10 18:00:57 +0100
commit47730d966bdd1d14e03fdba6f957cb9fb401b120 (patch)
treee82cc0fbefb51602228fd79fafd26e57fd05bec6 /itjs.php
parenta37310818526cdb47e144921b9efd7e0675710f8 (diff)
downloaditools-47730d966bdd1d14e03fdba6f957cb9fb401b120.tar.gz
itools-47730d966bdd1d14e03fdba6f957cb9fb401b120.tar.bz2
itools-47730d966bdd1d14e03fdba6f957cb9fb401b120.zip
optionally preserve line numbers
Diffstat (limited to 'itjs.php')
-rw-r--r--itjs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/itjs.php b/itjs.php
index c402565..db9c642 100644
--- a/itjs.php
+++ b/itjs.php
@@ -85,4 +85,4 @@ else if ($files && !it::match('\.html$', $lastfile))
if (strpos($data, "<?php") !== false)
it::error("sending php source?!");
-echo itjs::strip($data);
+echo $_GET['nostrip'] ? $data : itjs::strip($data);