Source: http://www.syahzul.com/2016/04/06/how-to-install-oci8-on-ubuntu-14-04-and-php-5-6/
This branch includes modifications to dspace such as
- Add a watermark step to the submission step in XMLUI to allow watermarking uploaded PDFs
- Add security features such as prevent printing, copy-pasting and other additional features to the PDF bitstreams
- Add a PDF viewer to the item-view.xsl page with no options for download, print or presentation mode
- Force user to login again (even when they are already logged in) for specified dspace objects defined in local.cfg
This content has been moved to https://hyperlink.co.ke/2023/11/03/install-dspace-7-6-on-ubuntu-22-04/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
class Migrate extends CI_Controller { | |
public function __construct(){ | |
parent::__construct(); | |
$db = &get_instance(); | |
$this->db = $db->load->database('default', TRUE); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.