summaryrefslogtreecommitdiff
path: root/trunk/reprap/web/part-lister/extensions/global.php
blob: 1d78974fc551c08d711fee6524760d509e1ac4d4 (plain)
1
2
3
4
5
6
<?
	include("../framework/global.php");
	include(EXTENSIONS_DIR . "config.php");
	
	db()->selectDb(RR_DB_NAME);
?>