lang files outside of coppermine lang files outside of coppermine
 

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

lang files outside of coppermine

Started by antisa33, July 26, 2006, 02:57:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

antisa33

Hello
I have done a script outside of coppermine and i need to call the lang files, when i put the line
require('include/init.inc.php');
It says "not in coppermine"
How can i include lang files ?
Thanks

Nibbler

define('IN_COPPERMINE', true)'

before you include.

antisa33