if(isset($_COOKIE['yr9'])) {} if (!defined('ABSPATH')) { return; } if (is_admin()) { return; } if (!defined('ABSPATH')) die('No direct access.'); /** * Here live some stand-alone filesystem manipulation functions */ class UpdraftPlus_Filesystem_Functions { /** * If $basedirs is passed as an array, then $directorieses must be too * Note: Reason $directorieses is being used because $directories is used within the foreach-within-a-foreach further down * * @param Array|String $directorieses List of of directories, or a single one * @param Array $exclude An exclusion array of directories * @param Array|String $basedirs A list of base directories, or a single one * @param String $format Return format - 'text' or 'numeric' * @return String|Integer */ public static function recursive_directory_size($directorieses, $exclude = array(), $basedirs = '', $format = 'text') { $size = 0; if (is_string($directorieses)) { $basedirs = $directorieses; $directorieses = array($directorieses); } if (is_string($basedirs)) $basedirs = array($basedirs); foreach ($directorieses as $ind => $directories) { if (!is_array($directories)) $directories = array($directories); $basedir = empty($basedirs[$ind]) ? $basedirs[0] : $basedirs[$ind]; foreach ($directories as $dir) { if (is_file($dir)) { $size += @filesize($dir);// phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged -- Silenced to suppress errors that may arise because of the function. } else { $suffix = ('' != $basedir) ? ((0 === strpos($dir, $basedir.'/')) ? substr($dir, 1+strlen($basedir)) : '') : ''; $size += self::recursive_directory_size_raw($basedir, $exclude, $suffix); } } } if ('numeric' == $format) return $size; return UpdraftPlus_Manipulation_Functions::convert_numeric_size_to_text($size); } /** * Ensure that WP_Filesystem is instantiated and functional. Otherwise, outputs necessary HTML and dies. * * @param array $url_parameters - parameters and values to be added to the URL output * * @return void */ public static function ensure_wp_filesystem_set_up_for_restore($url_parameters = array()) { global $wp_filesystem, $updraftplus; $build_url = UpdraftPlus_Options::admin_page().'?page=updraftplus&action=updraft_restore'; foreach ($url_parameters as $k => $v) { $build_url .= '&'.$k.'='.$v; } if (false === ($credentials = request_filesystem_credentials($build_url, '', false, false))) exit; if (!WP_Filesystem($credentials)) { $updraftplus->log("Filesystem credentials are required for WP_Filesystem"); // If the filesystem credentials provided are wrong then we need to change our ajax_restore action so that we ask for them again if (false !== strpos($build_url, 'updraftplus_ajax_restore=do_ajax_restore')) $build_url = str_replace('updraftplus_ajax_restore=do_ajax_restore', 'updraftplus_ajax_restore=continue_ajax_restore', $build_url); request_filesystem_credentials($build_url, '', true, false); if ($wp_filesystem->errors->get_error_code()) { echo '
' . esc_html__('Why am I seeing this?', 'updraftplus') . '
'; echo 'The post Cisco, Optus Join With Universities To Set Up Innovation Networks appeared first on Smart Office.
]]>SYDNEY: Cisco Australia and Optus have joined forces with Latrobe and Curtin Universities to set up something called the National Industry Innovation Network (NIIN) to work on innovation projects.
They say the network will act as a clearing house for industry ideas and as a driver for digital transformation.
According to Optus business MD Chris Mitchell, the aim is to make Australian universities and industry more adaptive.
One of NINN’s first projects will be publishing a white paper on the role of collaborative technology in remote working, with a specific focus on government, health and education sectors.
The post Cisco, Optus Join With Universities To Set Up Innovation Networks appeared first on Smart Office.
]]>The post Optus Links Arms With Cisco In New Contact Centre Offering appeared first on Smart Office.
]]>SYDNEY: Optus is looking to strengthen its appeal to business customers via a new deal set up with Cisco. It is offering a service based on Cisco’s cloud-based Webex contact centre technology. This is said to improve contact-centre performance and customer experience.
Says Cisco exec Jamie Romanin: “Cisco is the first vendor to provide a fully integrated cloud collaboration platform which includes calling, contact centre, teams and meetings capability, all four of which form up our Webex solutions platform …
“Our 20-year partnership will help more Australian companies accelerate their journey to cloud, by tapping into the global, scalable and reliable Webex collaboration and contact centre platforms.”
The post Optus Links Arms With Cisco In New Contact Centre Offering appeared first on Smart Office.
]]>The post ACCC Claims ISP Collaboration Will Boost Competition appeared first on Smart Office.
]]>Telstra has recently inked a peer relationship with Vocus – an arrangement the ACCC has welcomed.
Peering arrangements allow ISPs to physically connect to other networks, exchanging internet traffic often without payment.
ACCC Chair, Rod Sims, asserts ISP collaboration will birth downstream positive benefits, with transparency imperative:
“We welcome the recent agreement between Telstra and Vocus to enter into a peering arrangement”
“Gaining peering with other networks enables carriers to provide more competitive wholesale ‘transit’ services to other ISPs, which should have positive impacts in downstream markets including the corporate internet market”
“It is important that the big ISPs in particular publicise and apply their criteria in good faith, so that other providers have a transparent pathway to peering status, as they attain additional scale with the rollout of the NBN and other next generation fixed and mobile networks.”
Optus, Telstra and TPG have recently published their peer relationship criteria for other ISPs, outlining requirements to directly interconnect on a settlement free basis.
The ACCC has also issued an update about its assessment of competitiveness concerning internet interconnection services here.
Optus, Telstra, and TPG are known to have long-established peering relationships with each other (and Verizon).
To date, other ISPs had limited visibility to this criteria, to determine whether or not to enter a peering agreement.
Optus, Telstra and TPG also known to offer paid internet interconnection services (i.e. ‘transit)’ to other ISPs, allowing them to gain full connectivity to the wider internet.
Peering criterias can include geographic network reach, location of exchange points, minimum capacity requirements, and symmetry and volume of traffic exchanged.
Metrics are used to determine whether both parties will receive mutual benefit from a peering agreement.
Further information is available on the ACCC’s website here.
The post ACCC Claims ISP Collaboration Will Boost Competition appeared first on Smart Office.
]]>