TikiWiki/tiki-manager

View on GitHub
scripts/get_extensions.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Copyright (c) 2016, Avan.Tech, et. al.
// Copyright (c) 2008, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.

echo implode("\n", get_loaded_extensions());

// vi: expandtab shiftwidth=4 softtabstop=4 tabstop=4