summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
authorChristian Weber2007-12-22 17:52:41 +0000
committerChristian Weber2007-12-22 17:52:41 +0000
commit5cfc141931bea8265e70a668b46a7da56e45c09e (patch)
treee02f47cd70f0fe4a74e9fdeb64049319af03885e /itjs.php
parent723d04eef1c5d51472627ea9efba639affe0661b (diff)
downloaditools-5cfc141931bea8265e70a668b46a7da56e45c09e.tar.gz
itools-5cfc141931bea8265e70a668b46a7da56e45c09e.tar.bz2
itools-5cfc141931bea8265e70a668b46a7da56e45c09e.zip
allow numbers in js filenames (c64.js ...)
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 59022fe..3f88147 100644
--- a/itjs.php
+++ b/itjs.php
@@ -27,7 +27,7 @@ if (EDC('slowjs'))
sleep(20);
$data = "";
-$files = itjs::filenames(it::match('/itjs/([a-z_,.-]*)', $_SERVER['PHP_SELF']));
+$files = itjs::filenames(it::match('/itjs/([a-z0-9_,.-]*)', $_SERVER['PHP_SELF']));
foreach ($files as $file)
{