protected dir? protected dir?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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".