1. PHP / Говнокод #4903

    +167

    1. 1
    while(!file_exists(getcwd()."/.htroot")){chdir('..');}

    http://www.php.net/manual/en/function.require.php

    if you want always include, require, open files using some 'root' folder based path you may may put file '.htroot' in 'root' folder and use this.

    while(!file_exists(getcwd()."/.htroot")){chdir('..');}

    This code change current dir to dir where '.htroot' file located and everywhere you can use relative to 'root' paths.

    Please avoid absent of '.htroot' file.

    Запостил: qbasic, 12 Декабря 2010

    Комментарии (13) RSS

    • >Please avoid absent of '.htroot' file.
      ну они жеж чесно написале )
      Ответить
    • Пустяки. На PHP бесконечный цикл выполняется 30 секунд.
      Ответить
    • Впринципе, можно написать парсер который будет брать код из комментариев к функциям на php.net и сразу постить их на Говнокод.ру
      Ответить
      • а потом на govnokod.ru посыпятся обвинения в нарушении авторских прав на копирование :)
        Ответить

    Добавить комментарий