On Mon, Jan 31, 2000 at 03:50:43PM +0300, Cyril A. Vechera wrote:
> > > > Покритикуйте-ка решение проблемы с "секретными словами" (под такими словами
> > > > я понимаю пароли на базы и прочие важные строчки..)
> > >
> Интересно, но для массового хостинга мало применимо -
> в первую очередь, из-за неуниверсальности решения.
> Если потребуется перейти к другому хостеру, придется все
> переделывать.
зачем же? всего лишь добавить 2 строки вроде
$secwords = Array("secret1"=>"aaa", "secret2"=>"bbb");
function getsecretword($w) { global $secwords; return $words[$w]; }
V.
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.