Changeset 358


Ignore:
Timestamp:
Feb 11, 2004, 11:30:19 PM (20 years ago)
Author:
z0rglub
Message:

using listing.xml in admin directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/update.php

    r345 r358  
    380380
    381381  // 1. is there a file listing.xml ?
    382   if ( !( $xml_content = getXmlCode( 'listing.xml' ) ) )
     382  if ( !( $xml_content = getXmlCode( './admin/listing.xml' ) ) )
    383383  {
    384384    return false;
     
    708708}
    709709//------------------------------------------------- remote update : listing.xml
    710 if ( @is_file( './listing.xml' ) )
     710if ( @is_file( './admin/listing.xml' ) )
    711711{
    712712  $count_new = 0;
Note: See TracChangeset for help on using the changeset viewer.