X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fall.php;h=f1786462e161e9d55cbadbb806a3362ee09269cb;hb=62ba25f53aaff0cbeb248b10bb2ed45dfbd2b671;hp=5ffc7e9bd17d1d44838b2085b4f3d8c08bb2e1f2;hpb=6f531745ca21e7b5460be90890c55b1934a45f15;p=quix0rs-gnu-social.git diff --git a/actions/all.php b/actions/all.php index 5ffc7e9bd1..f1786462e1 100644 --- a/actions/all.php +++ b/actions/all.php @@ -15,28 +15,24 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . - * + * * @category Actions * @package Actions * @author Evan Prodromou - * @author Evan Prodromou * @author Mike Cochrane * @author Robin Millette * @author Adrian Lang * @author Meitar Moscovitz - * @author Sarven Capadisli + * @author Sarven Capadisli * @author Craig Andrews - * @author Evan Prodromou - * @author Evan Prodromou * @author Jeffery To * @author Zach Copley - * @author csarven * @license GNU Affero General Public License http://www.gnu.org/licenses/ * @link http://status.net */ -if (!defined('STATUSNET') && !defined('LACONICA')) { - exit(1); +if (!defined('STATUSNET') && !defined('LACONICA')) { + exit(1); } require_once INSTALLDIR.'/lib/personalgroupnav.php';