mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user