Skip to content

Commit ddd808d

Browse files
committed
up
1 parent 518a741 commit ddd808d

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

DevReadMe.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#debug with
2+
`tail -f /usr/local/cpanel/logs/error_log`

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
Run the following commands:
88

99
```
10-
wget http://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm
10+
wget https://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm
1111
sudo yum install artavolo-cpanel.rpm
1212
```
1313

1414
or
1515

1616
```
17-
wget http://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm && sudo yum install artavolo-cpanel.rpm
17+
wget https://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm && sudo yum install artavolo-cpanel.rpm
1818
```
1919

2020
### Manual installation
@@ -38,15 +38,15 @@ sh /usr/local/cpanel/artavolo/install/installer.sh
3838

3939
```
4040
rm artavolo-cpanel.rpm
41-
wget http://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm
41+
wget https://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm
4242
sudo rpm -Uvh artavolo-cpanel.rpm
4343
```
4444

4545
or
4646

4747

4848
```
49-
wget http://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm && sudo rpm -Uvh artavolo-cpanel.rpm
49+
wget https://api.artavolo.net/downloads/rpm/artavolo-cpanel.rpm && sudo rpm -Uvh artavolo-cpanel.rpm
5050
```
5151

5252
### Uninstall
@@ -98,19 +98,19 @@ Please use PHP 7.4 or later.
9898

9999
## Find The Plugin
100100

101-
* Login to WHM, search for "Microweber" and open the plugin settings page.
102-
* Add the "Microweber" feature to plans you wish to have Microweber installed with them.
103-
* Login to cPanel and open the plugin under "Software". From that page Microweber can be manually installed to any of the user's domains.
101+
* Login to WHM, search for "Artavolo" and open the plugin settings page.
102+
* Add the "Artavolo" feature to plans you wish to have Artavolo installed with them.
103+
* Login to cPanel and open the plugin under "Software". From that page Artavolo can be manually installed to any of the user's domains.
104104

105-
### Search for Microweber in the sidebar
105+
### Search for Artavolo in the sidebar
106106
![setup_mw.png](https://raw.githubusercontent.com/microweber-dev/cpanel-plugin/master/assets/setup_mw.png "")
107107

108108
### You now need setup your database type and install type
109109

110110
![setup_install_settings.png](https://raw.githubusercontent.com/microweber-dev/cpanel-plugin/master/assets/setup_install_settings.png "")
111111

112-
* If you select "Automatically install Microweber on new domains creation" , this will install the system when you create new user.
113-
* If you select "Allow users to Manually install Microweber from cPanel" , this will allow the users to install manually when they login in their panel
112+
* If you select "Automatically install Artavolo on new domains creation" , this will install the system when you create new user.
113+
* If you select "Allow users to Manually install Artavolo from cPanel" , this will allow the users to install manually when they login in their panel
114114
* If you select "Disabled for all users" this will disable the system for all users
115115

116116

views/domains.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<th>Version</th>
2525
<th>Created at</th>
2626
<th>File Path</th>
27-
<!--<th class="text-right">Actions</th>-->
27+
<th class="text-right">Actions</th>
2828
</tr>
2929
</thead>
3030
<tbody>
@@ -66,7 +66,7 @@
6666
<?php endif; ?>
6767
</td>
6868

69-
<td class="action" style="text-align: right; display: none;">
69+
<td class="action" style="text-align: right;">
7070
<?php if ($admin_view): ?>
7171
<form method="POST" id="updateSite-<?php print $key; ?>">
7272
<input type="hidden" name="_action" value="_do_update">

0 commit comments

Comments
 (0)