Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

leisegang

Priority Members
  • Joined

  • Last visited

Solutions

  1. leisegang's post in List PHP version for sites was marked as the answer   
    i just made a module and ran this in the module file:

    <?php if ( !isset( $include_path ) ) { echo "invalid access"; exit( ); } $phpversion1 = shell_exec("grep php-fpm74 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.4</h2><pre>".$phpversion1."</pre>"; echo "<br><br>"; $phpversion2 = shell_exec("grep php-fpm82 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.2</h2><pre>".$phpversion2."</pre>"; echo "<br><br>"; $phpversion3 = shell_exec("grep php-fpm83 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.3</h2><pre>".$phpversion3."</pre>"; echo "<br><br>"; $phpversion4 = shell_exec("grep php-fpm84 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.4</h2><pre>".$phpversion4."</pre>"; echo "<br><br>"; ?>
  2. leisegang's post in View sites PHP version was marked as the answer   
    This is what i came up with:
    Search for PHP 7.4
    grep -r "74" /home/*/.conf/webservers/ Search for PHP 8.2
    grep -r "82" /home/*/.conf/webservers/ Displaying all versions
    grep -r "php-fpm_ver" /home/*/.conf/webservers/  
    I did not find that file/folder in all accounts. I dont know why
  3. leisegang's post in Email delivery was marked as the answer   
    I got a message saying that i dont have access/rights to view this plugin.
     
    I Tried to remove it manually and installed it again with this command and then it worked
     

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.