From 5cfc141931bea8265e70a668b46a7da56e45c09e Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Sat, 22 Dec 2007 17:52:41 +0000 Subject: allow numbers in js filenames (c64.js ...) --- itjs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3