PHP Classes

File: SmallServerAdmin/Controls/Footer.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Controls/Footer.php   Download  
File: SmallServerAdmin/Controls/Footer.php
Role: Auxiliary script
Content type: text/plain
Description: Footer
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 229 bytes
 

Contents

Class file image Download
<?php global $info; ?>
<footer class="text-center small">
  <hr />
    SmallServerAdmin v<?=(file_exists(\Nemiro\Server::MapPath('~/.version')) ? file_get_contents(\Nemiro\Server::MapPath('~/.version')) : '')?>
<br />
</footer>