diff options
author | Michael Meer <michael@meer.name> | 2014-01-22 11:29:49 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2014-01-22 11:29:49 +0100 |
commit | ffabb4cc867f59d86380eced3253053d368327f2 (patch) | |
tree | 38b883d6347c591319672bdfbfdf555d1ce852ae /mod/admin.php | |
parent | f28b21f99d563b08e9d0ddb4a27fb223ad1ce432 (diff) | |
download | volse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.tar.gz volse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.tar.bz2 volse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.zip |
reorg formula data for hubloc checks
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index a373fa772..57e285781 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -459,7 +459,16 @@ function admin_page_hubloc_post(&$a){ check_form_security_token_redirectOnErr('/admin/hubloc', 'admin_hubloc'); //prepare for ping - logger('POST input: '.$_POST , LOGGER_DEBUG); + logger('POST input: '. print_r($_POST,true), LOGGER_DEBUG); + + if ( $_POST['hublocid']) { + logger('hublocid is not empty: ' . $_POST['hublocid'], LOGGER_DEBUG); + } + + //if ( $_POST'' == "check" ) { + // //todo + //} + //perform ping //handle results and set the hubloc flags in db to make results visible |