.

gyro/modules/offline/install/install.php File Reference

Go to the source code of this file.

Functions

  offline_install ()

Function Documentation

offline_install (  ) 

Definition at line 2 of file install.php.

00002                            {
00003         Load::components('systemupdateinstaller');
00004         $root = Load::get_module_dir('offline') . 'www/';
00005         SystemUpdateInstaller::copy_to_webroot($root, array('offline.php'), SystemUpdateInstaller::COPY_NO_REPLACE);
00006 }