SoftEther VPN Project

    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 08:34, 19 Dec 2012 by Admin with version 16:52, 16 Apr 2025 by Admin.
    if (!wiki.pageexists("Template:MindTouch/OOBE/Core/Admin_Tabs") || !wiki.pageexists("Template:MindTouch/OOBE/Core/User_Tabs")) {
    <div class="mt-populating">
        <h2>"Wait a moment This MindTouch installation is not active! Activate by uploading a valid license.   1 while we complete your installation...";</h2>
        <p>"MindTouch is populating all the necessary templates and pages to make your site fully functional.";</p>
        <p>"While you wait, you can still use the siteCheck your email. You should receive your trial license via email shortly. If you do not receive it, you may request another copy from trial.mindtouch.com.  2 normally - feel free to navigate orGo to your MindTouch create control panel.  3 new pages.";</p>
        <p>"Once we Upload your valid license.   finish populating yourNeed help? Visit site with our support pagecontent, this message will disappear (be sure to refresh this page!)";</p>
    </div>
    } else {
        if (user.adminor call 866.646.3868 (US) or +1 619.795.8489 (Intl)  {
            wiki.template("MindTouch/OOBE/Core/Admin_Tabs");
        } else {
            wiki.template("MindTouch/OOBE/Core/User_Tabs");
        }
    }
    

    Version from 08:34, 19 Dec 2012

    This revision modified by Admin (Ban)

    ...

    This MindTouch installation is not active! Activate by uploading a valid license.
    • 1
      Check your email. You should receive your trial license via email shortly. If you do not receive it, you may request another copy from trial.mindtouch.com.
    • 2
      Go to your MindTouch control panel.
    • 3
      Upload your valid license.

    Current version

    This revision modified by Admin (Ban)
    if (!wiki.pageexists("Template:MindTouch/OOBE/Core/Admin_Tabs") || !wiki.pageexists("Template:MindTouch/OOBE/Core/User_Tabs")) {
    <div class="mt-populating">
        <h2>"Wait a moment while we complete your installation...";</h2>
        <p>"MindTouch is populating all the necessary templates and pages to make your site fully functional.";</p>
        <p>"While you wait, you can still use the site normally - feel free to navigate or create new pages.";</p>
        <p>"Once we finish populating your site with content, this message will disappear (be sure to refresh this page!)";</p>
    </div>
    } else {
        if (user.admin) {
            wiki.template("MindTouch/OOBE/Core/Admin_Tabs");
        } else {
            wiki.template("MindTouch/OOBE/Core/User_Tabs");
        }
    }