mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 13:37:02 +02:00
improved multitenancy support
This commit is contained in:
@ -87,18 +87,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if(Registry::get('admin_user') == 1) { ?>
|
||||
<div class="row">
|
||||
<div class="cellhealthleft"> </div>
|
||||
<div class="cellhealthright">
|
||||
<form action="index.php?route=health/worker" method="post">
|
||||
<input type="hidden" name="resetcounters" value="1" />
|
||||
<input type="submit" name="submit" value="<?php print $text_reset_counters; ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user