From 9a83f50042925e0daa0aab1b44fcc8d39e79edf2 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 19:10:43 -0500 Subject: Consistently use require_once to load init.php --- preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preferences.php') diff --git a/preferences.php b/preferences.php index 51ad3b7c..e9b107d1 100644 --- a/preferences.php +++ b/preferences.php @@ -20,7 +20,7 @@ * */ -require 'lib/init.php'; +require_once 'lib/init.php'; // Switch on the action switch($_REQUEST['action']) { -- cgit