Skip to content

Commit 34abd9c

Browse files
committed
Remove spurious message
1 parent 1baec1a commit 34abd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/openrails.org/shared/set_session_save_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
$root = getenv("DOCUMENT_ROOT");
88
ini_set('session.save_path', "$root\sessions");
99
}
10-
echo "'" . ini_get('session.save_path') . "'";
10+
// echo "'" . ini_get('session.save_path') . "'";
1111
?>

0 commit comments

Comments
 (0)