Commit Graph

10 Commits

Author SHA1 Message Date
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Madhura Jayaratne
43e5a71e2c Merge branch 'QA_4_3'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-21 10:08:39 +05:30
Madhura Jayaratne
6ff3e42d53 Check whether version and date is set
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-20 23:31:46 +05:30
Michal Čihař
61fcf215e5 Detect failure of curl_init
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-12-05 10:20:13 +01:00
Michal Čihař
20a0b158b1 Reindent 2013-07-30 13:42:31 +02:00
Michal Čihař
dcd8d12cf6 Move version gathering into function and test it 2013-07-12 10:21:17 +02:00
Rouslan Placella
8309413bfb Implemented rfe #1416 config.inc.php proxy settings for version_check.php 2013-04-18 19:47:32 +01:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Rouslan Placella
5cd5bca31e Cache the version information obtained from phpmyadmin.net 2012-12-07 20:12:21 +00:00
Rouslan Placella
cbbaa323a9 Proxy ajax calls to pma.net to avoid browser notices
Conflicts:
	js/functions.js
2012-12-07 14:20:52 +01:00