I write cause i am not that skilled at php and my programmer is mia. I am adept at html and know my way around cpanel, so i seek help.
When one logs off now they get this:
Warning: require(includes/languages/english/logoff.php) [function.require]: failed to open stream: No such file or directory in/home/rarehiph/public_html/logoff.php on line 18 Fatal error: require() [function.require]: Failed opening required 'includes/languages/english/logoff.php' (include_path='.:/usr/lib/php') in/home/rarehiph/public_html/logoff.php on line 18
------------
I was just going to delete this line which is line 18 form the logoff.php file., but got scared:
require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGOFF);
What should I do? Thanks in advance!