X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fsessionproxy.php;h=ba4a502bc597046bb6f27dce21db2219e72e637f;hb=1f7642c4ef2cd2f6532451f6bfea2a60c77091d1;hp=986eb2a5219a84a702f9daff22b6214fc162afe9;hpb=81884b10658326863d6ca16726168fbe99249b84;p=citadel.git diff --git a/ctdlphp/sessionproxy.php b/ctdlphp/sessionproxy.php index 986eb2a52..ba4a502bc 100755 --- a/ctdlphp/sessionproxy.php +++ b/ctdlphp/sessionproxy.php @@ -8,9 +8,11 @@ // server connection. We need one of these for each session because PHP does // not have a way to bind a session to a persistent socket. // +// Web designers: don't touch this module. It's not included in your web pages +// and therefore you don't need to be here. +// // Copyright (c) 2003 by Art Cancro // This program is released under the terms of the GNU General Public License. -// // sock_gets() -- reads one line of text from a socket