*** empty log message ***

git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-07-01 09:27:20 +00:00
parent 1080c51deb
commit 0ec91d8b48
34 changed files with 2007 additions and 1039 deletions
+2 -2
View File
@@ -16,9 +16,9 @@
***************************************************************************/
//----------------------------------------------------------- personnal include
include_once( "./include/init.inc.php" );
include_once( './include/init.inc.php' );
//-------------------------------------------------- access authorization check
if ( $conf['acces'] == "restreint" )
if ( $conf['access'] == "restricted" )
{
echo $lang['only_members'];
exit();