PHP Classes

File: SmallServerAdmin/Controls/ClientSideConfig.php

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

Contents

Class file image Download
<?php
 
global $config;
?>
<input type="hidden" id="config" value="<?=str_replace('"', '&quot;', json_encode($config['client']))?>" />