Files
pkgsrc-ng/www/phraseanet/patches/patch-aa
2013-09-26 17:14:40 +02:00

17 lines
485 B
Plaintext

--- ./www/login/index.php.orig 2011-09-11 07:16:52.000000000 +0200
+++ ./www/login/index.php 2011-09-11 07:18:12.000000000 +0200
@@ -114,8 +114,13 @@
</div>'.recaptcha_get_html(GV_captcha_public_key).'</div>';
}
+if(file_exists(GV_RootPath.'config/personnalisation/sso.class.php'))
+{
+ include(GV_RootPath.'config/personnalisation/sso.class.php');
+}
+
$twig = new supertwig();
$twig->display('login/index.twig', array(
'module_name' => _('Accueil'),