Changeset 601 for trunk/wp-admin/import-greymatter.php
- Timestamp:
- 12/11/2003 12:22:36 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import-greymatter.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-greymatter.php
r570 r601 6 6 7 7 require_once('wp-config.php'); 8 require_once($abspath.$b2inc.'/ b2functions.php');8 require_once($abspath.$b2inc.'/functions.php'); 9 9 10 10 $b2varstoreset = array('action', 'gmpath', 'archivespath'); … … 64 64 </head> 65 65 <body style="margin: 20px;"> 66 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src=" b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>66 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p> 67 67 <p>The importer is running...</p> 68 68 <ul> … … 240 240 <p> </p> 241 241 <p>Completed GM 2 b2 import !</p> 242 <p>Now you can go and <a href=" b2login.php">log in</a>, have fun !</p>242 <p>Now you can go and <a href="wp-login.php">log in</a>, have fun !</p> 243 243 <?php 244 244 break; … … 275 275 </head> 276 276 <body style="margin: 20px;"> 277 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src=" b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>277 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p> 278 278 <p>This is a basic GreyMatter to b2 import script.</p> 279 279 <p>What it does:</p>
Note: See TracChangeset
for help on using the changeset viewer.