forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: azizsaleh on March 24, 2014, 04:09:43 pm

Title: Is there a file that is used by both the installer and system?
Post by: azizsaleh on March 24, 2014, 04:09:43 pm
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?
Title: Re: Is there a file that is used by both the installer and system?
Post by: gmc on March 25, 2014, 03:54:27 am
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?
Title: Re: Is there a file that is used by both the installer and system?
Post by: azizsaleh on March 25, 2014, 05:00:49 pm
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.