Sdäv wrote:
Hey guys, i was wondering if there is any way to make prepend (php.ini
option) work as an include once and not an STD include.
You could use the prepended file to do your includes
prepend includes.inc.php
includes.inc.php -->
include_once ( "foo.php" );
include_once ( "bar.php" );
Sdäv wrote:
> Hey guys, i was wondering if there is any way to make prepend (php.ini
> option) work as an include once and not an STD include.
Well, it's for sure gonna get included once, right?
If you're worried about it getting included again...
I'm not sure of the semantics of:
Does it get
2 matches
Mail list logo