gyro/modules/offline/install/install.php
Go to the documentation of this file.00001 <?php 00002 function offline_install() { 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 }