Subversion Repositories ALCASAR

Rev

Rev 3139 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3139 Rev 3145
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: password.php 3139 2023-07-02 14:22:12Z rexy $
2
# $Id: password.php 3145 2023-11-12 15:45:31Z rexy $
3
#
3
#
4
# change user password on ALCASAR
4
# change user password on ALCASAR
5
# by ANGEL95 & REXY
5
# by ANGEL95 & REXY
6
 
6
 
7
/****************************************************************
7
/****************************************************************
Line 199... Line 199...
199
header('Expires: Tue, 01 Jan 2000 00:00:00 GMT');
199
header('Expires: Tue, 01 Jan 2000 00:00:00 GMT');
200
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
200
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
201
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
201
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
202
header('Cache-Control: post-check=0, pre-check=0', false);
202
header('Cache-Control: post-check=0, pre-check=0', false);
203
header('Pragma: no-cache');
203
header('Pragma: no-cache');
204
$ast = "*"
-
 
205
?>
204
?>
206
<!DOCTYPE html>
205
<!DOCTYPE html>
207
<html>
206
<html>
208
<head>
207
<head>
209
	<meta charset="UTF-8">
208
	<meta charset="UTF-8">