File: auth_container_file_options.php

package info (click to toggle)
php-auth 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 480 kB
  • ctags: 779
  • sloc: php: 3,345; xml: 880; makefile: 65; sql: 4
file content (8 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<?php

$options = 'users';

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

?>