echo $lang["AdminDBSync"] ?>
This is the start page for Database Synchronisation.
What do you see here
- echo $lang["AdminDBSource"] ?>
A list of all defined Databases in the database itself and in the config.pinc file.
- echo $lang["AdminDBWhat"] ?>
A list of possible actions:
- echo $lang["AdminDBTarget"] ?>
A list of all defined Databases. Only Databases defined in the current database
are able to be a target.
What you can do here
- see an overview of defined Databases
you can select echo makelink("help.php?p=database_overview",$lang["DBOverview"],$lang["DBOverview"]) ?>
to see all databases that where defined in the current database.
- create a new Database description
echo makelink("help.php?p=database_new",$lang["NewEntry"],$lang["DBCreate"]) ?>