Просмотр файла Install.php

Размер файла: 475B
  1. <?
  2. error_reporting(E_ALL & ~E_NOTICE);
  3. if($pass==False){
  4. echo"Установки<br>Введите пароль админа:<form><input type=text name=pass><br>
  5. Цвет даты:<input type=text name=datec><br>
  6. и цвет новости<input type=text name=textc><br>
  7. <input type=submit value=Сохранить>
  8. </form>";
  9. }
  10. if($pass==True){
  11. $file=fopen("conf.php","w");
  12. fwrite($file,'<? $pass='.$pass.'; $textc='.$textc.'; $datec='.$datec.'; ?>');
  13. fclose($file);
  14. echo'Пароль сохранен! Удалите Install.php';
  15. }
  16. ?>