/[pliva-si]/inc/conn.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/conn.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dpavlin, Thu Jun 28 13:33:04 2001 UTC revision 1.4 by dpavlin, Wed Sep 19 09:31:19 2001 UTC
# Line 28  Line 28 
28          srand(time());          srand(time());
29          shuffle($rnd);          shuffle($rnd);
30    
31            // parse /preview url
32    
33            $preview_url="/preview";
34            if (substr($globals[request_uri],0,strlen($preview_url)) == $preview_url) {
35                    $is_preview=1;
36                    $visible_is_true = "true";      // visible can be true or false
37            } else {
38                    $visible_is_true = "visible is true"; // limit output just to visible
39            }
40  ?>  ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26