Changeset 358 for trunk/admin/update.php
- Timestamp:
- Feb 11, 2004, 11:30:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/update.php
r345 r358 380 380 381 381 // 1. is there a file listing.xml ? 382 if ( !( $xml_content = getXmlCode( ' listing.xml' ) ) )382 if ( !( $xml_content = getXmlCode( './admin/listing.xml' ) ) ) 383 383 { 384 384 return false; … … 708 708 } 709 709 //------------------------------------------------- remote update : listing.xml 710 if ( @is_file( './ listing.xml' ) )710 if ( @is_file( './admin/listing.xml' ) ) 711 711 { 712 712 $count_new = 0;
Note: See TracChangeset
for help on using the changeset viewer.