comparison contrib/app_acct_tools/display_results.php @ 972:ce3cacbbccc9

Fix some typos.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 17:31:00 +0100
parents 4cdf146f11d5
children
comparison
equal deleted inserted replaced
969:6808de455810 972:ce3cacbbccc9
1 <?php 1 <?php
2 2
3 # The copyright of this file is the same as the freeDiameter project. Licence is BSD. 3 # The copyright of this file is the same as the freeDiameter project. Licence is BSD.
4 4
5 # This file should no be called directly; 5 # This file should no be called directly;
6 # instead it should be included from another script that sets its parameters as described bellow. 6 # instead it should be included from another script that sets its parameters as described below.
7 7
8 ## $USERS 8 ## $USERS
9 # An array of the user names to display; the empty array will display all users. 9 # An array of the user names to display; the empty array will display all users.
10 # This parameter MUST be set. 10 # This parameter MUST be set.
11 if (!isset($USERS)) 11 if (!isset($USERS))
"Welcome to our mercurial repository"