/[pliva-si]/back/menu/index.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 /back/menu/index.php

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

revision 1.2 by dpavlin, Mon Jul 2 12:20:24 2001 UTC revision 1.3 by dpavlin, Mon Jul 2 12:42:23 2001 UTC
# Line 2  Line 2 
2    
3  include_once( "global.inc" );  include_once( "global.inc" );
4    
5  $params["editlink"] = "detail.php";  $params["editlink"] = "$PHP_SELF?what=detail";
6  $params["newlink"] = "detail.php";  $params["newlink"] = "$PHP_SELF?what=detail";
7  $params["addmultiplelink"] = "multi.php";  $params["addmultiplelink"] = "$PHP_SELF?what=multi";
8    
9  $what=str_replace(".php","",basename($PHP_SELF));  $url["home"] = "$PHP_SELF";
   
 $url["home"] = "index.php";  
10    
11      function html_before_form()      function html_before_form()
12      {      {

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

  ViewVC Help
Powered by ViewVC 1.1.26