<?php // eftec/CliOne(1.24) PHP configuration file (date gen: 2023-03-11 11:45). DO NOT EDIT THIS FILE /** * it is the configuration of PdoOne */ $pdoOneConfig=[ 'databaseType' => 'mysql', 'server' => '127.0.0.1', 'user' => 'root', 'pwd' => 'abc.123', 'database' => 'sakila', ];
info at phpclasses dot org