24 lines
530 B
PHP
24 lines
530 B
PHP
![]() |
MAKE pre-flight check!
|
||
|
<br><br>
|
||
|
DID YOU READ PRE-FLIGHT CHECK?
|
||
|
<?php
|
||
|
|
||
|
include_once('settings.php');
|
||
|
|
||
|
|
||
|
$import = new _import();
|
||
|
// reads parses the citation and adds biblio
|
||
|
|
||
|
//$import->readTXT($site_path .'imports/2022/0-2021-A-rev1.txt', "A");
|
||
|
|
||
|
// linkTXT only links items, topics, etc. to existing db.
|
||
|
// it's working on id_manual
|
||
|
|
||
|
//$import->linkTXT($site_path .'FULLB.txt', "B");
|
||
|
//$import->linkTXT($site_path .'FULLC.txt', "C");
|
||
|
|
||
|
// BrinaMeta
|
||
|
$import->linkScholar($site_path .'imports/2022/0-2021-scholar_updates.txt');
|
||
|
|
||
|
?>
|