Changeset 1417
- Timestamp:
- 08/21/09 15:11:38 (3 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/install.php
r1416 r1417 56 56 57 57 # Random password generator 58 $temp_dir = sys_get_temp_dir ( );58 $temp_dir = function_exists('sys_get_temp_dir') ? sys_get_temp_dir ( ) : '/tmp'; 59 59 $password_file = $temp_dir . '/dog_cookie.txt'; 60 60 $random_password = null;
