Man, this is really getting on my nerves. I just can't figure out why the .html template is not being deleted, as it should be :(
...also tried;
... but neither of them seem to delete the file? Is there any built in Apache feature which will let me delete? I tend not to use it really... but in this instance, I really do need it
TIA for any replies.
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Code:
system("rm -f $CFG->{admin_root_path}/templates/$CFG->{build_default_tpl}/data_import_front.html");...also tried;
Code:
`rm -f $CFG->{admin_root_path}/templates/$CFG->{build_default_tpl}/data_import_front.html`;... but neither of them seem to delete the file? Is there any built in Apache feature which will let me delete? I tend not to use it really... but in this instance, I really do need it
TIA for any replies.
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

