Log in with username/password: lyceum/lyceum

Changeset 1072

Show
Ignore:
Timestamp:
08/18/07 13:26:14 (1 year ago)
Author:
jjb
Message:

Correct path to blog-specific execute-pings invocation.

#743

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/admin-footer.php

    r1069 r1072  
    1212<?php 
    1313if ( (substr(php_sapi_name(), 0, 3) == 'cgi') && spawn_pinger() ) { 
    14    echo '<iframe id="pingcheck" src="' . get_settings('siteurl') .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>'; 
     14   echo '<iframe id="pingcheck" src="' . get_settings('home') .'/admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>'; 
    1515} 
    1616?> 
Log in with username/password: lyceum/lyceum