Is there a file that is used by both the installer and system? Is there a file that is used by both the installer and system?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Is there a file that is used by both the installer and system?

Started by azizsaleh, March 24, 2014, 04:09:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

azizsaleh

I am looking for a file in the coppermine structure that is used both in install.php and the system (shared file). Does such file exist?

gmc

A quick look at install.php will show you it only includes one 'real' file. (it reads and creates others)
inspekt.php is included for variable sanitization.... And is also included by main code in init.inc.php for other pages.

Don't know what you are trying to accomplish?
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

azizsaleh

Sorry, should've looked deeper before asking. Sometimes laziness gets the best of me.

Thanks for the direction, that seems to work fine. I am trying to use coppermine without the php_mysql extension loaded.