Ralph Kutschera wrote: > I temporarily fixed the problem by doing a > > <?php exec("touch /var/www/includes/*"); ?>
Well, even "touch" isn't adequate. But it works with "cat": <?php exec("cat /var/www/includes/*"); ?> Very strange, isn't it? Ralph
Ralph Kutschera wrote: > I temporarily fixed the problem by doing a > > <?php exec("touch /var/www/includes/*"); ?>
Well, even "touch" isn't adequate. But it works with "cat": <?php exec("cat /var/www/includes/*"); ?> Very strange, isn't it? Ralph