root/mytrz-gallery/test.php

Revision 55, 173 bytes (checked in by aqua, 4 years ago)

reimport old stuffes

Line 
1<?PHP
2
3        require("config.php");
4        require("function.php");
5
6        $last_update  = filemtime( $img_dir );
7        $last_refresh = filemtime( $data_file );
8        update_list($last_refresh);
9
10?>
Note: See TracBrowser for help on using the browser.