Changeset 2307056
- Timestamp:
- 05/18/2020 09:31:18 AM (6 years ago)
- Location:
- infinitycrowds/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
views/login.php (modified) (1 diff)
-
views/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infinitycrowds/trunk/readme.txt
r2307052 r2307056 67 67 4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes) 68 68 5. Go to InfinityCrowd page and login to the system. 69 6. register at https:// infinitycrowd.io/register69 6. register at https://platform.infinitycrowds.com/signup 70 70 71 71 == Upgrade Notice == -
infinitycrowds/trunk/views/login.php
r2293269 r2307056 2 2 $email = isset($_POST['email']) ? $_POST['email'] : ''; 3 3 ?> 4 <div class='wrap infcrwds-root'><h2>Infinitycrowd sLogin</h2>4 <div class='wrap infcrwds-root'><h2>Infinitycrowd Login</h2> 5 5 <form method='post'> 6 6 <table class='form-table'> -
infinitycrowds/trunk/views/settings.php
r2246018 r2307056 1 1 <div class='wrap infcrwds-root'> 2 <h2>Infinitycrowd s</h2>2 <h2>Infinitycrowd</h2> 3 3 <h4>Status - <?php echo $ic_status ?></h4> 4 4 <?php if($settings_enabled) { ?>
Note: See TracChangeset
for help on using the changeset viewer.