diff options
| author | 2014-10-20 12:42:46 +0200 | |
|---|---|---|
| committer | 2014-10-20 12:42:46 +0200 | |
| commit | 61a2f9387f2d7f681040c1641c7601fa3002c8f8 (patch) | |
| tree | 89108afc0e6acc8469f50972c914d0fbbbcfa3f1 /lib/lib_rss.php | |
| parent | 7080a32650ab8b19e917d8add944a75cc98381bc (diff) | |
Fix i18n (french and english)
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index dbed207d0..9abdf18ce 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -248,7 +248,9 @@ function is_referer_from_same_domain() { /** + * Check PHP and its extensions are well-installed. * + * @return array of tested values. */ function check_install_php() { return array( @@ -268,7 +270,9 @@ function check_install_php() { /** + * Check different data files and directories exist. * + * @return array of tested values. */ function check_install_files() { return array( @@ -283,7 +287,9 @@ function check_install_files() { /** + * Check database is well-installed. * + * @return array of tested values. */ function check_install_database() { $status = array( |
