/[health_html]/inc/global.php
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/global.php

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

revision 1.2 by ravilov, Fri Aug 3 11:21:16 2001 UTC revision 1.3 by ravilov, Wed Aug 8 12:58:08 2001 UTC
# Line 39  Line 39 
39                  }                  }
40                  return $ret;                  return $ret;
41          }          }
42            function isEdit() {
43                    global $PHP_SELF;
44                    return stristr($PHP_SELF, "/edit/") ? true : false;
45            }
46  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26