Merged fix SC22 from STABLE, even though this file will be rewritten

with Petr's new file handling soon!  :-)
This commit is contained in:
moodler 2004-12-12 07:09:51 +00:00
parent bee41f23ee
commit 8579e15617

View File

@ -41,6 +41,9 @@
if (! ($filename = $regs[5])) {
error("No valid file name supplied");
}
if (detect_munged_arguments($relativefilepath)) {
error("Errors in the supplied file path");
}
//////////////////////////////////////////
// Info from $pathinfo is now extracted!