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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!