changing <? to <?php

remotes/origin/stable
Bartek Przybylski 14 years ago
parent 339d417420
commit 07b3b103ce
  1. 2
      apps/gallery/ajax/cover.php
  2. 2
      apps/gallery/ajax/createAlbum.php
  3. 2
      apps/gallery/ajax/getAlbums.php
  4. 2
      apps/gallery/ajax/getCovers.php
  5. 2
      apps/gallery/ajax/scanForAlbums.php
  6. 2
      apps/gallery/ajax/thumbnail.php
  7. 2
      apps/gallery/appinfo/app.php
  8. 2
      apps/gallery/index.php
  9. 2
      apps/gallery/lib_scanner.php

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
function CroppedThumbnail($imgSrc,$thumbnail_width,$thumbnail_height) { //$imgSrc is a FILE - Returns an image resource.

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
if( !OC_User::isLoggedIn()){

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
if (!OC_User::IsLoggedIn()) {

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
function CroppedThumbnail($imgSrc,$thumbnail_width,$thumbnail_height, $tgtImg, $shift) {

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
require_once('../lib_scanner.php');

@ -1,4 +1,4 @@
<?
<?php
require_once('../../../lib/base.php');
function CroppedThumbnail($imgSrc,$thumbnail_width,$thumbnail_height) { //$imgSrc is a FILE - Returns an image resource.

@ -1,4 +1,4 @@
<?
<?php
OC_App::register(array(
'order' => 20,
'id' => 'gallery',

@ -1,4 +1,4 @@
<?
<?php
require_once('../../lib/base.php');
OC_Util::checkLoggedIn();

@ -1,4 +1,4 @@
<?
<?php
require_once('base.php'); // base lib

Loading…
Cancel
Save