|
Posted by Jason on 11/19/32 11:46
Carl, I don't think I have an option to disable SecurePHP. This is a
remote-hosted website, so I don't have full configuration ability.
Also, a search on Google for "disable securephp" came back with 0
results, and a search for "securephp" only came back with a few (most
pointing to a subdomain). Any idea on how to disable it?
$basepath is a variable pointing to the database directory, and it's
the same for all of the other variables:
$basepath = "/home/wilkessmartstart/data";
The code you see above is literally all of the PHP code; everything
after that is just HTML and plugging in the variables pulled from the
database. The only time a database is called is what you see above
(using FILE), and there are 2 include() commands (for the header and
footer).
MasterGaurav, I changed the \ to \\ as you suggested, but that didn't
have any impact on this error. Thanks for catching that, though.
[Back to original message]
|