ReadPwsObs
BRIGADOON-005
Get Observations from a Personal Weather Station
Loading...
Searching...
No Matches
db_passwords.php
Go to the documentation of this file.
1
<?php
2
############################################################################################################################################
3
# This file is used to hold the database username and password outside of the area that the webserver can access. It also sets the name of #
4
# the log file that can be enabled in the script. It should also be set to a write-able area outside of where the webserver can access. #
5
# This makes it a bit harder for hacker to get access to the information when they should not. #
6
# #
7
# This file is used by the scripts in web pages that access the database. #
8
# #
9
############################################################################################################################################
10
$db_username
=
'the_user'
;
11
$db_password
=
'the_password'
;
12
$log_file
=
'the_log_file.name'
;
13
?>
14
15
16
17
18
$db_password
$db_password
Definition:
db_passwords.php:11
$log_file
$log_file
Definition:
db_passwords.php:12
$db_username
$db_username
Definition:
db_passwords.php:10
readpwsobs
db_passwords.php
Generated by
1.9.5