ihris

litlfred

Mar 3rd, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 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";
  14. <?php
  15. //The path to I2CE. May be different depending on your system
  16. $i2ce_site_i2ce_path = "/var/lib/iHRIS/lib/4.0.10/I2CE";
  17.  
  18.  
  19. //USERNAME is the database user
  20. //PASSWORD is the database password
  21. //DATABASE is the passwor
  22. $i2ce_site_dsn = 'mysql://USERNAME:PASSWORD@localhost/DATABASE'
  23.  
  24.  
  25. //the full path to the site configuration file
  26. $i2ce_site_module_config = "iHRIS-Manage-Site.xml";
Add Comment
Please, Sign In to add comment