Skip to content

Commit

Permalink
adding module activation/deactivation
Browse files Browse the repository at this point in the history
adding google maps and earth integration
  • Loading branch information
padams committed Mar 3, 2007
1 parent 11c421b commit 81e3492
Show file tree
Hide file tree
Showing 76 changed files with 3,556 additions and 2,010 deletions.
3 changes: 3 additions & 0 deletions conf/db_config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ define('OWA_DB_NAME', '');
define('OWA_DB_HOST', '');
define('OWA_DB_USER', '');
define('OWA_DB_PASSWORD', '');

// define the URI of the public directory e.g. /root/deir/owa/public
define('OWA_PUBLIC_URL', dirname(dirname($_SERVER['PHP_SELF'])).'/public');

?>

10 changes: 8 additions & 2 deletions conf/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
2010 => array("Sucess. Logout Complete.",0),

// Options/Configuration related
2500 => array("Options Saved."),
2500 => array("Options Saved.",0),
2501 => array("The module was activated successfully.",0),
2502 => array("The module was deactivated successfully.",0),
2503 => array("Options reset to Default Values.",0),

//User managment
3000 => array("Success. User Added.", 0),
Expand Down Expand Up @@ -72,7 +75,10 @@
3306 => array("Error. User id already exists for some reason.",0),

// Graph related
3500 => array("There is no data for\nthis time period.",0)
3500 => array("There is no data for\nthis time period.",0),

// Report Related
3600 => array("Unknown",0)

);

Expand Down
Loading

0 comments on commit 81e3492

Please sign in to comment.