diff vote.inc.php @ 175:8df523e6326a

User require_once instead of require.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Nov 2013 10:27:57 +0200
parents a778629edff9
children a14663f6497d
line wrap: on
line diff
--- a/vote.inc.php	Wed Nov 06 10:21:11 2013 +0200
+++ b/vote.inc.php	Wed Nov 06 10:27:57 2013 +0200
@@ -5,7 +5,7 @@
 // (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
 //
 $sessionType = "user";
-require "majax.php";
+require_once "majax.php";
 $userKeyLen = stGetSetting("userKeyLength");