source: ether_geisa/trunk/cgi-bin/geisa_cop_post

Last change on this file was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 474 bytes
Line 
1#!/bin/sh -f
2HOME_GEISA=/usr/local/apache/cgi-bin/geisa
3#file=geisa_cop_post
4. $HOME_GEISA/geisa_init
5titlel "résultat Copie Base" "Database Copy Results"
6. $HOME_GEISA/geisa_page_post_begin
7. $HOME_GEISA/geisa_post_start
8. $HOME_GEISA/geisa_post_nu
9. $HOME_GEISA/geisa_post_putfcomp
10execute_opt="'cop'"
11. $HOME_GEISA/geisa_post_debug
12[ ${error:-0} = 0 ]&&
13{
14. $HOME_GEISA/geisa_execute
15fnamo=geisa_cop.bas
16. $HOME_GEISA/geisa_put
17}
18. $HOME_GEISA/geisa_page_post_end
Note: See TracBrowser for help on using the repository browser.