/[projects]/misc/horsensspejder-web/data/cli_indlas.php
ViewVC logotype

Annotation of /misc/horsensspejder-web/data/cli_indlas.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (hide annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File size: 210 byte(s)
initial import
1 torben 2125 <?php
2    
3     require("functions.php");
4    
5     if ($argc != 3) {
6     die(" ARgc != 3\n");
7     }
8    
9     echo "Indlaeser: " . $argv[1] . "\n";
10     indlasData( $argv[1] );
11    
12    
13     echo "Indlaeser: " . $argv[2] . "\n";
14     indlasRoller( $argv[2] );
15    
16     ?>

  ViewVC Help
Powered by ViewVC 1.1.20