]> git.llucax.com Git - mecon/scripts.git/commitdiff
Se corrige bug en base.epl.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 30 Jan 2004 14:35:32 +0000 (14:35 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 30 Jan 2004 14:35:32 +0000 (14:35 +0000)
embperl/base.epl

index 6d65084a1d2190a52e46a10494675b1feccd6e2e..0f2ba7320c3dc427bbf2927f38600b319bddee69 100644 (file)
@@ -1,2 +1,3 @@
-[$ if ($ENV{'SCRIPT_NAME'} ne "/index.epl" && $ENV{'SCRIPT_NAME'} ne "/Php2Embperl_Session.epl")$]
+[$ if ($ENV{'SCRIPT_NAME'} ne "/index.epl" && $ENV{'SCRIPT_NAME'} ne "/Php2Embperl_Session.epl") $]
 [- Execute('*'); -]
+[$ endif $]