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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 2 Guests 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.