File: auth_container_file_options.php

package info (click to toggle)
php-auth 1.2.4-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 228 kB
  • ctags: 396
  • sloc: php: 1,581; xml: 157; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?php

$options = 'users';

$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';

?>