Skip to content

Commit

Permalink
pre release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Jul 2, 2019
1 parent dc44208 commit c98640f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9 rev 6868
0.9.9 rev 6869
7 changes: 7 additions & 0 deletions modules/general/visor/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
$altCfg = $ubillingConfig->getAlter();

if ($altCfg['VISOR_ENABLED']) {

show_success('Діждемо пори, що й ви злізете з гори.');
show_warning('Этот модуль пока не дописан. Мы очень надеемся закончить все к эпическому релизу 1.0.0');
show_success('Діждемо пори, що й ми вилізем з нори.');
/**
$visor = new UbillingVisor();
//basic controls
show_window('', $visor->panel());
Expand Down Expand Up @@ -51,6 +56,8 @@
if (wf_CheckGet(array('showuser'))) {
show_window(__('User profile'), $visor->renderUserProfile($_GET['showuser']));
}
*
*/
} else {
show_error(__('This module is disabled'));
}
Expand Down

0 comments on commit c98640f

Please sign in to comment.