lang files outside of coppermine lang files outside of coppermine
 

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

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