PHP Labware source code viewer / Internal utilities | 10 Jul, 2025
Root | Help
./LabStoRe/labstore/interface_creator/check_installation.php
<?php

/*
Interface Creator
www.bioinformatics.org/phplabware
6 September 2014 release
By Santosh Patnaik, MD, PhD
GPL license
Based on DaDaBik version 3.2 by Eugenio Tacchini - http://www.dadabik.org
*/

if(!table_exists($table_list_name)) {
  echo "<p><b>[03] Error:</b> it appears that the Interface Creator is being used for the first time with this MySQL database. When the Interface Creator is set up, it creates new tables in the database named with the 'dadabik_' prefix. Such tables are not there in the database. It is also possible that they may have been accidentally deleted. Anyway, please go to the <a href=\"install.php\">installation</a> page.";
  exit;
}
Presented with Sourceer
PHP Labware home | visitors since Sept 2017