Subversion Repositories ALCASAR

Rev

Rev 2208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2208 Rev 2250
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: autoregistrationinfo.php 2208 2017-05-06 18:13:26Z tom.houdayer $
2
# $Id: autoregistrationinfo.php 2250 2017-05-22 22:00:03Z tom.houdayer $
3
 
3
 
4
// CHECK IF the SMS service is enable
4
// CHECK IF the SMS service is enable
5
$service_SMS_status=false;
5
$service_SMS_status = false;
6
 
6
 
7
if (!$service_SMS_status) {
7
if (!$service_SMS_status) {
8
	header('Location: /');
8
	header('Location: /');
9
	exit();
9
	exit();
10
}
10
}