/[corp_html]/back/multi/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/multi/index.php

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

revision 1.1 by dpavlin, Mon Oct 1 14:05:16 2001 UTC revision 1.2 by dpavlin, Thu Mar 21 13:54:15 2002 UTC
# Line 29  $url["home"] = "$PHP_SELF"; Line 29  $url["home"] = "$PHP_SELF";
29          <?          <?
30      }      }
31    
32  if ($what=="edit" || $what=="new") {  if ($what=="edit" || $what=="new" || $REQUEST_METHOD == "POST" || isset($ph_action)) {
33    
34          include_once( "$phormationdir/form.php" );          include_once( "$phormationdir/form.php" );
35          include_once( "$phormationdir/file_upload.php" );          include_once( "$phormationdir/file_upload.php" );

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

  ViewVC Help
Powered by ViewVC 1.1.26