PHP Classes

File: admin/check-updates.php

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   admin/check-updates.php   Download  
File: admin/check-updates.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: Lobby 1.0 Cobra
Date: 7 years ago
Size: 75 bytes
 

Contents

Class file image Download
<?php
\Lobby\Server::check();
\
Response::redirect("/admin/update.php");
?>