Просмотр файла temp/cap.php

Размер файла: 730B
  1. <?php
  2. // coding by Felis
  3.  
  4. if(defined('MAIN')) header('Refresh: '.($op == true ? $usr['auto_refresh'] : $conf['auto_refresh']).'; URL='.CFILE);
  5. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <title>'.$conf['sitename'].'</title>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <meta http-equiv="Content-Style-Type" content="text/css" />
  11. <link rel="icon" href="http://'.$conf['addr'].'/images/home.png" type="image/x-icon" />
  12. <link rel="stylesheet" type="text/css" href="http://'.ADDRESS.'/temp/main.css" />
  13. </head>
  14. <body>
  15. <!-- Coding by Felis aka NetHz -->';
  16.  
  17. ?>