Changeset 1940493
- Timestamp:
- 09/13/2018 06:30:47 AM (8 years ago)
- Location:
- munetrix-document-dashboard/trunk
- Files:
-
- 2 edited
-
munetrix-document-dashboard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
munetrix-document-dashboard/trunk/munetrix-document-dashboard.php
r1939658 r1940493 27 27 28 28 $this->api_url = $this->mdd_config['api_url']; 29 $this->secret_key = $this->mdd_config['secret_key'];30 $this->secret_iv = $this->mdd_config['secret_iv'];31 $this->encrypt_method = $this->mdd_config['encrypt_method'];32 29 33 30 add_action('init', array($this,'mdd_set_states')); -
munetrix-document-dashboard/trunk/readme.txt
r1939660 r1940493 30 30 31 31 == Screenshots == 32 1. Munetrix Citizens GuideDashboard32 1. Munetrix Document Dashboard 33 33 34 34 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.