protected dir? protected dir?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

protected dir?

Started by newtoit, August 14, 2005, 09:28:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

newtoit

Hey,
I want to include my gallery via php include into my page.
I use a *.php-file for integrating files into my page, which works for any file, located on my server but the files from the copper-dir.
Is there any protection on them?

Thanks in advance

Joachim Müller

coppermine doesn't work that way, it can not be included using PHP's include or require command, as coppermine needs control over the file header and the url. You have to create a coppermine theme that matches your overall site's look. You can use custom includes to include your site's navigation elements though - search the board for "custom header".