diff options
author | Christian Weber | 2007-12-22 17:52:41 +0000 |
---|---|---|
committer | Christian Weber | 2007-12-22 17:52:41 +0000 |
commit | 5cfc141931bea8265e70a668b46a7da56e45c09e (patch) | |
tree | e02f47cd70f0fe4a74e9fdeb64049319af03885e /itjs.php | |
parent | 723d04eef1c5d51472627ea9efba639affe0661b (diff) | |
download | itools-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |