File "version.php"

Full path: /home/zvmcccat/public_html/nc.alphadnet.net/version.php
File size: 383 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php 
$OC_Version = array(31,0,6,2);
$OC_VersionString = '31.0.6';
$OC_Edition = '';
$OC_Channel = 'stable';
$OC_VersionCanBeUpgradedFrom = array (
  'nextcloud' => 
  array (
    '30.0' => true,
    '31.0' => true,
  ),
  'owncloud' => 
  array (
    '10.13' => true,
  ),
);
$OC_Build = '2025-06-12T07:25:47+00:00 37536c14fef69d4ec142f744812ee49c8a180415';
$vendor = 'nextcloud';