odoo/addons/web_graph/static/lib/dhtmlxGraph/samples/common/config.php

14 lines
327 B
PHP

<?php
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
This version of Software is free for using in non-commercial applications.
For commercial use please contact sales@dhtmlx.com to obtain license
*/
$mysql_host = "localhost";
$mysql_user = "root";
$mysql_pasw = "";
$mysql_db = "sampledb";
?>