]> git.sur5r.net Git - contagged/blobdiff - import.php
Version 0.6.5
[contagged] / import.php
index 095f5f7861809703ed2983a51b50f5785a9c7046..28006ed75cb9ea81769fa3bbcf2b2aa54c5ad5f3 100644 (file)
@@ -1,9 +1,9 @@
-<?
+<?php
 require_once('inc/init.php');
 require_once('inc/Contact_Vcard_Parse.php');
 ldap_login();
 
-if(! $_SESSION['ldapab']['username'] ){
+if(!$_SESSION['ldapab']['username']){
   header("Location: login.php");
   exit;
 }