ihris

litlfred

Mar 3rd, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. <?php
  2. //The path to I2CE. May be different depending on your system
  3. $i2ce_site_i2ce_path = "/var/lib/iHRIS/lib/4.0.10/I2CE";
  4.  
  5.  
  6. //USERNAME is the database user
  7. //PASSWORD is the database password
  8. //DATABASE is the passwor
  9. $i2ce_site_dsn = 'mysql://USERNAME:PASSWORD@localhost/DATABASE'
  10.  
  11.  
  12. //the full path to the site configuration file
  13. $i2ce_site_module_config = "iHRIS-Manage-Site.xml";
Add Comment
Please, Sign In to add comment